couchbase-server 8.0.2 release#21800
Open
mhocouchbase wants to merge 1 commit into
Open
Conversation
Diff for 432dafd:diff --git a/_bashbrew-cat b/_bashbrew-cat
index 6f792c2..8ff5074 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -111,15 +111,20 @@ Architectures: amd64, arm64v8
GitCommit: c11b8eac06fe26a16b2e2b17020a965d45d7f329
Directory: enterprise/couchbase-server/8.0.0
-Tags: 8.0.1, enterprise, enterprise-8.0.1, latest
+Tags: 8.0.1, enterprise-8.0.1
Architectures: amd64, arm64v8
GitCommit: a1e3a5269fc01014ea8baebb712166cd8ed6e9f3
Directory: enterprise/couchbase-server/8.0.1
-Tags: community, community-8.0.1
+Tags: 8.0.2, enterprise, enterprise-8.0.2, latest
Architectures: amd64, arm64v8
-GitCommit: e8a18c84978dcd28d0bce5e634537fa554f4dfee
-Directory: community/couchbase-server/8.0.1
+GitCommit: 4a3898584da7fcc7e2aff217af4f2b26b1f58bb0
+Directory: enterprise/couchbase-server/8.0.2
+
+Tags: community, community-8.0.2
+Architectures: amd64, arm64v8
+GitCommit: 96cacbbca82c2fc60876825e4b65c1eda40157f7
+Directory: community/couchbase-server/8.0.2
Tags: community-7.2.0
Architectures: amd64, arm64v8
@@ -155,3 +160,8 @@ Tags: community-8.0.0
Architectures: amd64, arm64v8
GitCommit: e2600d59a2b84984adeccbe1c0f8b5d926d4b529
Directory: community/couchbase-server/8.0.0
+
+Tags: community-8.0.1
+Architectures: amd64, arm64v8
+GitCommit: e8a18c84978dcd28d0bce5e634537fa554f4dfee
+Directory: community/couchbase-server/8.0.1
diff --git a/_bashbrew-list b/_bashbrew-list
index 7f628c5..1f903db 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -21,6 +21,7 @@ couchbase:7.6.10
couchbase:7.6.11
couchbase:8.0.0
couchbase:8.0.1
+couchbase:8.0.2
couchbase:community
couchbase:community-7.2.0
couchbase:community-7.2.2
@@ -30,6 +31,7 @@ couchbase:community-7.6.1
couchbase:community-7.6.2
couchbase:community-8.0.0
couchbase:community-8.0.1
+couchbase:community-8.0.2
couchbase:enterprise
couchbase:enterprise-7.2.0
couchbase:enterprise-7.2.2
@@ -54,4 +56,5 @@ couchbase:enterprise-7.6.10
couchbase:enterprise-7.6.11
couchbase:enterprise-8.0.0
couchbase:enterprise-8.0.1
+couchbase:enterprise-8.0.2
couchbase:latest
diff --git a/_bashbrew-list-build-order b/_bashbrew-list-build-order
index 99edaa6..0b00e7e 100644
--- a/_bashbrew-list-build-order
+++ b/_bashbrew-list-build-order
@@ -6,6 +6,7 @@ couchbase:community-7.6.1
couchbase:community-7.6.2
couchbase:community-8.0.0
couchbase:community-8.0.1
+couchbase:community-8.0.2
couchbase:enterprise-7.2.0
couchbase:enterprise-7.2.2
couchbase:enterprise-7.2.3
@@ -28,4 +29,5 @@ couchbase:enterprise-7.6.9
couchbase:enterprise-7.6.10
couchbase:enterprise-7.6.11
couchbase:enterprise-8.0.0
+couchbase:enterprise-8.0.1
couchbase:latest
diff --git a/couchbase_enterprise-7.6.11/Dockerfile b/couchbase_community-8.0.2/Dockerfile
similarity index 94%
copy from couchbase_enterprise-7.6.11/Dockerfile
copy to couchbase_community-8.0.2/Dockerfile
index 331b7d9..08e63f7 100644
--- a/couchbase_enterprise-7.6.11/Dockerfile
+++ b/couchbase_community-8.0.2/Dockerfile
@@ -35,8 +35,8 @@ RUN set -x \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/* /usr/src/runit
-ARG CB_RELEASE_URL=https://packages.couchbase.com/releases/7.6.11
-ARG CB_PACKAGE=couchbase-server-enterprise_7.6.11-linux_@@ARCH@@.deb
+ARG CB_RELEASE_URL=https://packages.couchbase.com/releases/8.0.2
+ARG CB_PACKAGE=couchbase-server-community_8.0.2-linux_@@ARCH@@.deb
ARG CB_SKIP_CHECKSUM=false
ENV PATH=$PATH:/opt/couchbase/bin:/opt/couchbase/bin/tools:/opt/couchbase/bin/install
@@ -64,10 +64,10 @@ RUN \
&& dpkgArch="$(dpkg --print-architecture)" \
&& case "${dpkgArch}" in \
'arm64') \
- CB_SHA256=802192fbfb596eb954f8de21597d83d26e9af60ff03e911f0210e441d9be5f19 \
+ CB_SHA256=2eef8f90f49cf503d258fe80307a157c996b4a4cdf3adc2810520aa38c9eb235 \
;; \
'amd64') \
- CB_SHA256=a9dc8eb353e7e05c22a60d31330e9712954905012dd32eb4cea0fdbfb1bdbaab \
+ CB_SHA256=7e5eb3473c0d9d5e9e29a267357a03f67ced017b047c87bc6115dbe84aa71b85 \
;; \
esac \
&& CB_PACKAGE=$(echo ${CB_PACKAGE} | sed -e "s/@@ARCH@@/${dpkgArch}/") \
diff --git a/couchbase_community-7.2.0/scripts/dummy.sh b/couchbase_community-8.0.2/scripts/dummy.sh
similarity index 100%
copy from couchbase_community-7.2.0/scripts/dummy.sh
copy to couchbase_community-8.0.2/scripts/dummy.sh
diff --git a/couchbase_community-8.0.0/scripts/entrypoint.sh b/couchbase_community-8.0.2/scripts/entrypoint.sh
similarity index 100%
copy from couchbase_community-8.0.0/scripts/entrypoint.sh
copy to couchbase_community-8.0.2/scripts/entrypoint.sh
diff --git a/couchbase_community-7.2.0/scripts/run b/couchbase_community-8.0.2/scripts/run
similarity index 100%
copy from couchbase_community-7.2.0/scripts/run
copy to couchbase_community-8.0.2/scripts/run
diff --git a/couchbase_latest/Dockerfile b/couchbase_enterprise-8.0.1/Dockerfile
similarity index 100%
copy from couchbase_latest/Dockerfile
copy to couchbase_enterprise-8.0.1/Dockerfile
diff --git a/couchbase_community-7.2.0/scripts/dummy.sh b/couchbase_enterprise-8.0.1/scripts/dummy.sh
similarity index 100%
copy from couchbase_community-7.2.0/scripts/dummy.sh
copy to couchbase_enterprise-8.0.1/scripts/dummy.sh
diff --git a/couchbase_community-8.0.0/scripts/entrypoint.sh b/couchbase_enterprise-8.0.1/scripts/entrypoint.sh
similarity index 100%
copy from couchbase_community-8.0.0/scripts/entrypoint.sh
copy to couchbase_enterprise-8.0.1/scripts/entrypoint.sh
diff --git a/couchbase_community-7.2.0/scripts/run b/couchbase_enterprise-8.0.1/scripts/run
similarity index 100%
copy from couchbase_community-7.2.0/scripts/run
copy to couchbase_enterprise-8.0.1/scripts/run
diff --git a/couchbase_latest/Dockerfile b/couchbase_latest/Dockerfile
index 58db238..f388711 100644
--- a/couchbase_latest/Dockerfile
+++ b/couchbase_latest/Dockerfile
@@ -17,7 +17,7 @@ ARG CLEANUP_COMMAND="rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*"
# numactl: numactl
RUN set -x \
&& ${UPDATE_COMMAND} \
- && apt-get install -y -q wget tzdata \
+ && apt-get install -y -q wget tzdata tzdata-legacy \
lsof lshw sysstat net-tools numactl bzip2 \
&& ${CLEANUP_COMMAND}
@@ -35,8 +35,8 @@ RUN set -x \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/* /usr/src/runit
-ARG CB_RELEASE_URL=https://packages.couchbase.com/releases/8.0.1
-ARG CB_PACKAGE=couchbase-server-enterprise_8.0.1-linux_@@ARCH@@.deb
+ARG CB_RELEASE_URL=https://packages.couchbase.com/releases/8.0.2
+ARG CB_PACKAGE=couchbase-server-enterprise_8.0.2-linux_@@ARCH@@.deb
ARG CB_SKIP_CHECKSUM=false
ENV PATH=$PATH:/opt/couchbase/bin:/opt/couchbase/bin/tools:/opt/couchbase/bin/install
@@ -64,10 +64,10 @@ RUN \
&& dpkgArch="$(dpkg --print-architecture)" \
&& case "${dpkgArch}" in \
'arm64') \
- CB_SHA256=dba9dbeb2ff3928e62ebecf154353e1574e50e4e2548664ea25cb52bc2028cc7 \
+ CB_SHA256=12eb71693ff0258c02ad4995e4ea591be3f1553fc73b8ba3fc5681dff0d0ba7c \
;; \
'amd64') \
- CB_SHA256=194504d728e6725068a15a7e19e7b60685a3fe4c70394112e132805445174128 \
+ CB_SHA256=d08569edff129295eaf4faebc9d2c98b5d152226c88e5e7e8a1550965d7567f0 \
;; \
esac \
&& CB_PACKAGE=$(echo ${CB_PACKAGE} | sed -e "s/@@ARCH@@/${dpkgArch}/") \Relevant Maintainers:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.